<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* PCå¿…å¤‡ */
html,body{
    padding:0;
    margin:0 auto;
    min-width: 1300px;
    background-color: #fff;
}
ul li{
    list-style: none;
}
/*åŒ…å«ä»¥ä¸‹äº”ç§çš„é“¾æŽ¥*/
a {
	text-decoration: none;color:black;
}
/*æ­£å¸¸çš„æœªè¢«è®¿é—®è¿‡çš„é“¾æŽ¥*/
a:link {
	text-decoration: none;
}
/*å·²ç»è®¿é—®è¿‡çš„é“¾æŽ¥*/
a:visited {
	text-decoration: none;
}
/*é¼&nbsp;æ&nbsp;‡åˆ’è¿‡(åœç•™)çš„é“¾æŽ¥*/
a:hover {
	text-decoration: none;
}
/* æ­£åœ¨ç‚¹å‡»çš„é“¾æŽ¥ï¼Œé¼&nbsp;æ&nbsp;‡åœ¨å…ƒç´&nbsp;ä¸ŠæŒ‰ä¸‹è¿˜æ²¡æœ‰æ¾å¼€*/
a:active {
	text-decoration: none;
}
/* èŽ·å¾—ç„¦ç‚¹çš„æ—¶å€™ é¼&nbsp;æ&nbsp;‡æ¾å¼€æ—¶æ˜¾ç¤ºçš„é¢œè‰²*/
a:focus {
	text-decoration: none;
}
.clear{
    width: 100%;
    height:30px;
    clear: both;
}

/*page*/
.pagination-wrapper {
	margin: 40px 0;
}
.pagination {
	height: 34px;
	text-align: center;
}
.pagination li {
	/* display: inline-block; */
	float:left;
	height: 34px; padding: 0 12px;
	line-height: 32px;font-size: 12px;border: 1px solid #dddddd;
	margin-right: 5px;
}
.pagination li a {
	/* float: left; */
	display: block;
	height: 32px;
	color: #555555;
	text-decoration: none;
}
.pagination li a:hover {
	background: #f5f5f5;
	color: #0099ff;
}
.pagination li.thisclass {
	background: #f76f0c;
	color: #fff;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #f76f0c;
	color: #fff;
	cursor: default;
}
/* ç¦æ­¢å¤åˆ¶ä»£ç&nbsp; */
div{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.index_left_nav_li{
	letter-spacing: 10px;padding-left:10px;line-height: 30px;cursor: pointer;
}
</pre></body></html>